home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineButton2_156 / BUTTONCONDACTION on(rollOver).as
Text File  |  2008-11-12  |  177b  |  11 lines

  1. on(rollOver){
  2.    if(eval("/:carro") == "1")
  3.    {
  4.       tellTarget("/roda/estrada/nave")
  5.       {
  6.          gotoAndStop("descontrolado");
  7.          play();
  8.       }
  9.    }
  10. }
  11.